home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / rexx / cliped111.lha / cliped / cliped.readme next >
Encoding:
Text File  |  1998-09-08  |  2.6 KB  |  76 lines

  1.  
  2.     ClipEd 1.11 - by Rolf Rotvel
  3.  
  4.     DESCRIPTION:
  5.     Edit, create, delete or rename entries in Arexx internal clip list.
  6.  
  7.     REQUIREMENTS:
  8.     rexxreqtools.library. Rexxmast.
  9.  
  10.     INSTALLATION
  11.     Copy it to rexx: and run it :-).
  12.  
  13.     USAGE
  14.     The listview is fairly standard: Use Cursor or Shift Cursor keys to
  15.     navigate and Enter to select a clip. Help shows this text:
  16.  
  17.     d or Delete : Delete clip
  18.     e           : Edit clip value
  19.     r           : Rename clip
  20.     n           : Create a new clip
  21.     u           : Update the cliplist
  22.     q or Escape : Quit ClipEd                   
  23.  
  24.     Any linefeeds or carriage returns in clip values will be shown as \n or
  25.     \r. If you want to enter a linefeed or carriage return in a clip value
  26.     enter '\n' or '\r' in the string requester.
  27.  
  28.     RXLISTVIEW
  29.     If you're interested in using the listview in your own Arexx scripts
  30.     look for 'rxlistview' in the util/rexx directory on aminet. It's a kind
  31.     of developers package that describes how to use it (The current version
  32.     is rxlistview17.lha).
  33.  
  34.     CREDITS:
  35.     Thanks to 
  36.     Magnus Holmgren/Rafael D'Halleweyn for Reqtools/Rexxreqtools.
  37.     Frederic Delacroix for his bug report.
  38.     Nils Goers for his nice email.
  39.  
  40.     COPYRIGHT
  41.     No copyright. Do whatever you want with this.    
  42.  
  43.     DISCLAIMER
  44.     It's all your fault :-) 
  45.  
  46.     AUTHOR
  47.     Please send send any comments you might have to me: 
  48.  
  49.     Email: rolfr@post4.tele.dk
  50.     Fidonet: 2:238/38.2
  51.  
  52.     HISTORY:
  53.     1.0 - First release.
  54.     1.1 - Added handling of newline(s) in clip values.
  55.     1.2 - Slightly better newline handling...
  56.     1.3 - Updated listview requester.
  57.           Fixed newline bug.
  58.     1.4 - Added cr handling.
  59.           Optimized listview requester.
  60.           When creating a new clip now check if it already exists.
  61.           And some other bits and pieces :-) 
  62.     1.5 - Fixed stupid bug in listview requester.
  63.           Changed \cr \nl -> \r \n to confirm to printf() standard.
  64.     1.6 - Updated to latest version of listview procedure.
  65.     1.7 - Added refresh gadget that rereads the cliplist.
  66.     1.8 - Now uses listview as frontend.
  67.           Listview wasn't updated properly when adding clips.
  68.           Added support for Help, Delete and inline editing keys.
  69.           Listview now 'rolls over'.
  70.           Many internal changes to listview.
  71.     1.9 - Listview no longer highlights an empty list.
  72.     1.10 - Listview didn't update properly when 'rolling over' to the top.
  73.     1.11 - Added renaming of clips (Nils Goers)
  74.            Ok/Cancel gadgets are consistent in all requesters.
  75.            Inline keys changed slightly.
  76.